.home-device {
	width:100%; 
	height:485px;
	margin:0 auto;
	position:relative;
}
.home-device .home-device .arrow-left {
	background:url(../images/arrows.png) no-repeat left top;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-15px;
	width:17px;
	height:30px;
	z-index:1;
}
.home-device .home-device .arrow-right {
	background:url(../images/arrows.png) no-repeat left bottom;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-15px;
	width:17px;
	height:30px;
	z-index:1;
}
.home-device .swiper-main {
	width:100%; 
	height:485px;
	position: relative;
}
.home-device .swiper1 {
	width:100%; 
	height:485px; text-align:center;
}
.home-device .swiper1 .swiper-slide img {
	height:485px;
}
.home-device .pagination1 { 
position:absolute; 
left:0px; 
bottom:30px; 
width:100%; 
text-align:center; 
overflow:hidden;
 z-index:1;
}
.home-device .pagination1 .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 3px;
	cursor: pointer;
}
.home-device .pagination1 .swiper-active-switch {
	background: #ffb403;
}